class: center, middle, inverse, title-slide # {mapview} for quick maps --- layout: true <div class="dk-footer"> <span> <a href="https://rfortherestofus.com/" target="_blank">R for the Rest of Us </a> </span> </div> --- class: center, middle, dk-section-title background-image:url("images/mapview-logo.gif") background-size: 400px # {mapview} for quick maps ??? --- ## {mapview} is built for quick dataviz With {ggplot2} we can build print quality static maps. With {leaflet} we can build rich, interactive maps. With {mapview} we can check if our data makes sense. ??? --- ## (RStudio Coding Slide) ??? --- ## mapview features .pull-left[ - Designed to be fast - Works with most common geospatial data formats - `{sp}` - `{sf}` - `{raster}` - `{stars}` - Can be further customised, see package website for more details: <br>[r-spatial.github.io/mapview](http://r-spatial.github.io/mapview) ] .pull-right[
] ???